From 95e10e544560d7607f3853b76241701e9e943642 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 17 May 2018 12:53:42 +0200 Subject: [PATCH] meson.build: synchronise with autotools version WARNING: distributions should still not use meson to build packages - since the meson build end up containing all instructions available on build host. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8e5c47c..53bf9a1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.48', + version: '0.1.49', meson_version: '>=0.40.0', default_options: [ 'sysconfdir=/etc', -- 2.30.2